home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_2 / PlaceObject2_43_28 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  203 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.BadBubbleModulex.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root.BadBubbleModulex.xx.originalBubble")
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9. }
  10.